StandardInputStream.ReadLine Function

Returns a String. Reads from the input stream until the user presses the Return or Enter key.

Syntax

result = StandardInputStream.ReadLine( )

Return Value

Result

String

Notes

ReadLine does not include the Newline character as part of the string.